home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / preinst-pycentral < prev    next >
Encoding:
Text File  |  2009-04-16  |  188 b   |  7 lines

  1. case "$1" in
  2.     install|upgrade)
  3.     mkdir -p /var/lib/pycentral
  4.     echo '# the presence of this file allows calling pkgremove on upgrade' \
  5.         > /var/lib/pycentral/#PACKAGE#.pkgremove
  6. esac
  7.